home *** CD-ROM | disk | FTP | other *** search
- Path: Inter.NL.net!hguijt
- From: hguijt@nijmegen.inter.nl.net (H.Guijt)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: What the new Amiga-OS *must* have --> SAY *NO* TO FAT BINARIES!
- Date: 29 Mar 1996 15:33:16 GMT
- Organization: Inter.NL.net, The Internet Provider in The Netherlands.
- Message-ID: <4jgvrs$rr3@altrade.nijmegen.inter.nl.net>
- NNTP-Posting-Host: hatert.nijmegen.inter.nl.net
- X-Newsreader: TIN [version 1.2 PL2]
-
-
- >>GetWindowLong (Window, -16) peeks the window structure at offset -16,
- >this
- >>is where it stores information about windows being resizable or not. BTW,
- >>the -16 is there because Powerbuilder does not support constants.
- >>
- >>After you have obtained this LONG you have to subtract 262144 from it
- >>(Powerbuilder does not support bitwise 'and' either) to make the window
- >>non-resizable, and store it back using a similar call.
- >
- >I think aou're using the wrong developping system... ;)
-
- It's an extremely powerful system if you are developing GUI's for
- databases, which is my job. It's not so hot for other stuff, but I could
- link in C++ source if I wanted to.
-
-
- Bye,
-
- Hans
-